home *** CD-ROM | disk | FTP | other *** search
/ Star Festival... a Return to Japan / Star Festival... a Return to Japan.iso / pc / STARFESTIVAL / 10d.dir / 00064.ls < prev    next >
Encoding:
Text File  |  1999-04-02  |  295 b   |  14 lines

  1. on exitFrame
  2.   if rollOver(15) then
  3.     set the visible of sprite 16 to 1
  4.   else
  5.     set the visible of sprite 16 to 0
  6.   end if
  7.   if rollOver(17) or rollOver(21) or rollOver(22) then
  8.     set the visible of sprite 18 to 1
  9.   else
  10.     set the visible of sprite 18 to 0
  11.   end if
  12.   go(the frame)
  13. end
  14.